-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(#1704) Implement a Multiline Text #1706
base: master
Are you sure you want to change the base?
Conversation
new Joined( | ||
" ", | ||
"The quick brown fox jumps over the lazy", | ||
"black dog and after that returned to " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I can still calculate correctly, the string 'The quick brown fox jumps over the lazy black dog and after that returned to the' is exactly 80 symbols which is the default value, so looks like expected value is wrong.
The problem is in size variable during calculation, you always add SPACE
@pnatashap Can you take another look, please? |
Now it works fine, several points that it is not easy to understand (just my point of view):
|
@yegor256 @victornoel please take a look |
@fabriciofx what is the motivation for this? Do we have a ticket? |
Implements a Multiline Text.